.honor-page-container {
  min-height: 1200px;
}
.honor-page {
  overflow: hidden;
  margin-bottom: 40px;
}
.honor-page .honor-page-item-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.honor-page .honor-page-item-title span {
  width: 1100px;
  height: 5px;
  background: url(../img/honor-line.png) no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.honor-page .honor-list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.honor-page .honor-list .honor-item {
  width: 264px;
  margin-right: 80px;
  margin-bottom: 30px;
}
.honor-page .honor-list .honor-item:nth-child(4n+4) {
margin-right: 0;
}
.honor-page .honor-list .honor-item img {
  width: 100%;
  height: 341px;
}
.honor-page .honor-list .honor-item h4 {
  height: 90px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #060606;
}
